home *** CD-ROM | disk | FTP | other *** search
/ 9-Digit Zip Code Directory / 9-Digit Zip Code Directory (American Business Information) (ABIZIP-12).ISO / z4src.zip / TWIN.HPP < prev    next >
C/C++ Source or Header  |  1993-09-10  |  2KB  |  61 lines

  1. #ifndef _TWIN_HPP_
  2. #define _TWIN_HPP_
  3. //----------------------------------------------------------------------------
  4. //                            MODULE DESCRIPTION
  5. //
  6. //  Module:    twin.hpp
  7. //   Title:    C++ Text Windowing Class Library
  8. //  Notice:    John M. Weeder
  9. //                 Copyright (c) 1993. All rights reserved.
  10. //             This module contains proprietary information and should be 
  11. //                treated as confidential.
  12. //
  13. //----------------------------------------------------------------------------
  14. //                           MAINTENANCE HISTORY
  15. //
  16. // $Workfile$
  17. // $Revision$
  18. //   $Author$
  19. //     $Date$
  20. //      $Log$    
  21. //
  22. //----------------------------------------------------------------------------
  23. //                             MODULE NARRATIVE
  24. //
  25. //    This module is the primary header file for the C++ text windowing 
  26. //    library.
  27. //
  28. //    The code in this module may be written in C++ or C.
  29. //
  30. //    This module is portable to:
  31. //        DOS 3.X+
  32. //        MS Windows 3.X+
  33. //        OS/2 2.X+
  34. //        OS/2 2.0 PM
  35. //
  36. //    The following compilers are supported:
  37. //        MSC 6.0A
  38. //        MSC/C++ 7.0
  39. //        Borland C++ 3.1 for DOS
  40. //        Borland C++ 1.0 for OS/2 2.X
  41. //
  42. //----------------------------------------------------------------------------
  43. #include <class.hpp>
  44.  
  45. //----------------------------------------------------------------------------
  46. //    Class definitions
  47. //----------------------------------------------------------------------------
  48. CLASSDEF(TW_);
  49.  
  50.  
  51. //----------------------------------------------------------------------------
  52. //    Classes
  53. //----------------------------------------------------------------------------
  54. #include <tw.hpp>                        // TW_ - O
  55.  
  56.  
  57. //----------------------------------------------------------------------------
  58. //------------------------------- End of File --------------------------------
  59. //----------------------------------------------------------------------------
  60. #endif                                            // _TWIN_HPP_
  61.